home *** CD-ROM | disk | FTP | other *** search
- ; This script removes the currently installed CON-Handler
- ; and installs the RCON-Handler as CON:
- ; execute this script from your s:user-startup before opening any command shells
-
- run >nil: l:RCON-Server
- wait 1 sec
- assign CON: dismount
- mount CON: from devs:RCON-mountlist
-
- echo "RCON installed"
-
-
-
-